AddRectangle
Description
This method adds the RECTANGLE entity.
Parameter | Type | Description |
---|---|---|
Data | TdxfExportData | The instance of the TdxfExportData type is a parameter of the AddRectangle procedure. The coordinates of the bottom left and the top right corner points are passed in by two fields of the TdxfExportData type instance: Point and Point1 . |
Syntax
procedure AddRectangle(const Data: TdxfExportData);